home *** CD-ROM | disk | FTP | other *** search
/ Computer Life 1997 February / Computer Life February 1997.iso / S / wws9530 / Product / WORDSRCH.EXE / 0 / RCDATA / TPRINTOPT / TPRINTOPT.txt < prev   
Text File  |  1996-03-09  |  6KB  |  298 lines

  1. object PrintOpt: TPrintOpt
  2.   Left = 251
  3.   Top = 91
  4.   BorderStyle = bsDialog
  5.   Caption = 'Print Options'
  6.   ClientHeight = 441
  7.   ClientWidth = 495
  8.   Font.Color = clBlack
  9.   Font.Height = -17
  10.   Font.Name = 'Arial'
  11.   Font.Style = []
  12.   Position = poDefault
  13.   Scaled = False
  14.   OnCreate = FormCreate
  15.   OnPaint = FormPaint
  16.   OnShow = FormShow
  17.   PixelsPerInch = 96
  18.   TextHeight = 19
  19.   object Bevel1: TBevel
  20.     Left = 4
  21.     Top = 4
  22.     Width = 321
  23.     Height = 433
  24.     Shape = bsFrame
  25.     Style = bsRaised
  26.   end
  27.   object PuzzleImage2: TImage
  28.     Left = 40
  29.     Top = 368
  30.     Width = 610
  31.     Height = 320
  32.     AutoSize = True
  33.     Picture.Data = {<image000.bmp>}
  34.     Stretch = True
  35.     Visible = False
  36.   end
  37.   object PuzzleImage1: TImage
  38.     Left = 12
  39.     Top = 368
  40.     Width = 325
  41.     Height = 585
  42.     AutoSize = True
  43.     Picture.Data = {<image001.bmp>}
  44.     Visible = False
  45.   end
  46.   object Bevel2: TBevel
  47.     Left = 328
  48.     Top = 4
  49.     Width = 161
  50.     Height = 125
  51.     Shape = bsFrame
  52.     Style = bsRaised
  53.   end
  54.   object Label1: TLabel
  55.     Left = 332
  56.     Top = 12
  57.     Width = 153
  58.     Height = 25
  59.     Alignment = taCenter
  60.     AutoSize = False
  61.     Caption = 'Options'
  62.     Font.Color = clBlack
  63.     Font.Height = -18
  64.     Font.Name = 'Arial'
  65.     Font.Style = [fsBold]
  66.     ParentFont = False
  67.   end
  68.   object Bevel3: TBevel
  69.     Left = 328
  70.     Top = 136
  71.     Width = 161
  72.     Height = 69
  73.     Shape = bsFrame
  74.     Style = bsRaised
  75.   end
  76.   object Bevel4: TBevel
  77.     Left = 328
  78.     Top = 212
  79.     Width = 161
  80.     Height = 69
  81.     Shape = bsFrame
  82.     Style = bsRaised
  83.   end
  84.   object AnswerKey: TCheckBox
  85.     Left = 332
  86.     Top = 44
  87.     Width = 149
  88.     Height = 21
  89.     Caption = 'Print Answer &Key'
  90.     TabOrder = 0
  91.     OnClick = AnswerKeyClick
  92.   end
  93.   object Print: TButton
  94.     Left = 332
  95.     Top = 316
  96.     Width = 153
  97.     Height = 77
  98.     Caption = '&Print'
  99.     Default = True
  100.     Font.Color = clBlack
  101.     Font.Height = -23
  102.     Font.Name = 'Arial'
  103.     Font.Style = []
  104.     ParentFont = False
  105.     TabOrder = 1
  106.     OnClick = PrintClick
  107.   end
  108.   object ExitButton: TButton
  109.     Left = 332
  110.     Top = 400
  111.     Width = 153
  112.     Height = 37
  113.     Caption = 'E&xit'
  114.     TabOrder = 2
  115.     OnClick = ExitButtonClick
  116.   end
  117.   object LowerCase: TCheckBox
  118.     Left = 332
  119.     Top = 72
  120.     Width = 149
  121.     Height = 21
  122.     Caption = 'Use Lower &Case'
  123.     TabOrder = 3
  124.     OnClick = LowerCaseClick
  125.   end
  126.   object UseGrid: TCheckBox
  127.     Left = 332
  128.     Top = 100
  129.     Width = 149
  130.     Height = 21
  131.     Caption = 'Use &Grid'
  132.     TabOrder = 4
  133.     OnClick = UseGridClick
  134.   end
  135.   object Panel1: TPanel
  136.     Left = 12
  137.     Top = 272
  138.     Width = 149
  139.     Height = 157
  140.     TabOrder = 5
  141.     object Label3: TLabel
  142.       Left = 4
  143.       Top = 8
  144.       Width = 141
  145.       Height = 25
  146.       Alignment = taCenter
  147.       AutoSize = False
  148.       Caption = 'Puzzle Layout'
  149.       Font.Color = clBlack
  150.       Font.Height = -18
  151.       Font.Name = 'Arial'
  152.       Font.Style = [fsBold]
  153.       ParentFont = False
  154.     end
  155.     object EntirePage: TRadioButton
  156.       Left = 16
  157.       Top = 76
  158.       Width = 113
  159.       Height = 21
  160.       Caption = '&Entire Page'
  161.       TabOrder = 0
  162.       OnClick = EntirePageClick
  163.     end
  164.     object HalfPage: TRadioButton
  165.       Left = 16
  166.       Top = 104
  167.       Width = 113
  168.       Height = 21
  169.       Caption = '&Half Page'
  170.       TabOrder = 1
  171.       OnClick = HalfPageClick
  172.     end
  173.     object TwoPerPage: TRadioButton
  174.       Left = 16
  175.       Top = 132
  176.       Width = 113
  177.       Height = 21
  178.       Caption = '&2 Per Page'
  179.       TabOrder = 2
  180.       OnClick = TwoPerPageClick
  181.     end
  182.     object Landscape: TCheckBox
  183.       Left = 16
  184.       Top = 40
  185.       Width = 117
  186.       Height = 21
  187.       Caption = 'L&andscape'
  188.       TabOrder = 3
  189.       OnClick = LandscapeClick
  190.     end
  191.   end
  192.   object Panel2: TPanel
  193.     Left = 168
  194.     Top = 272
  195.     Width = 149
  196.     Height = 157
  197.     TabOrder = 6
  198.     object Label4: TLabel
  199.       Left = 4
  200.       Top = 8
  201.       Width = 141
  202.       Height = 25
  203.       Alignment = taCenter
  204.       AutoSize = False
  205.       Caption = 'Puzzle Position'
  206.       Font.Color = clBlack
  207.       Font.Height = -18
  208.       Font.Name = 'Arial'
  209.       Font.Style = [fsBold]
  210.       ParentFont = False
  211.     end
  212.     object UpButton: TRadioButton
  213.       Left = 16
  214.       Top = 48
  215.       Width = 113
  216.       Height = 21
  217.       Caption = '&Up'
  218.       TabOrder = 0
  219.       OnClick = UpButtonClick
  220.     end
  221.     object DownButton: TRadioButton
  222.       Left = 16
  223.       Top = 76
  224.       Width = 113
  225.       Height = 21
  226.       Caption = '&Down'
  227.       TabOrder = 1
  228.       OnClick = DownButtonClick
  229.     end
  230.     object LeftButton: TRadioButton
  231.       Left = 16
  232.       Top = 104
  233.       Width = 113
  234.       Height = 21
  235.       Caption = '&Left'
  236.       TabOrder = 2
  237.       OnClick = LeftButtonClick
  238.     end
  239.     object RightButton: TRadioButton
  240.       Left = 16
  241.       Top = 132
  242.       Width = 113
  243.       Height = 21
  244.       Caption = '&Right'
  245.       TabOrder = 3
  246.       OnClick = RightButtonClick
  247.     end
  248.   end
  249.   object PuzzleFontButton: TButton
  250.     Left = 348
  251.     Top = 140
  252.     Width = 121
  253.     Height = 29
  254.     Caption = 'Pu&zzle Font'
  255.     TabOrder = 7
  256.     OnClick = PuzzleFontButtonClick
  257.   end
  258.   object PuzzleFont: TEdit
  259.     Left = 336
  260.     Top = 172
  261.     Width = 145
  262.     Height = 27
  263.     ReadOnly = True
  264.     TabOrder = 8
  265.   end
  266.   object WordFontButton: TButton
  267.     Left = 348
  268.     Top = 216
  269.     Width = 121
  270.     Height = 29
  271.     Caption = '&Word Font'
  272.     TabOrder = 9
  273.     OnClick = WordFontButtonClick
  274.   end
  275.   object WordFont: TEdit
  276.     Left = 336
  277.     Top = 248
  278.     Width = 145
  279.     Height = 27
  280.     ReadOnly = True
  281.     TabOrder = 10
  282.   end
  283.   object MyFontDialog: TFontDialog
  284.     Font.Color = clWindowText
  285.     Font.Height = -17
  286.     Font.Name = 'System'
  287.     Font.Style = []
  288.     MinFontSize = 0
  289.     MaxFontSize = 0
  290.     Left = 8
  291.     Top = 340
  292.   end
  293.   object MyPrintDialog: TPrintDialog
  294.     Left = 12
  295.     Top = 308
  296.   end
  297. end
  298.